Hello happy tax payers
(some will understand) ...
I have a low cost tablet "DuoDuoGo" issuing endlessly messages at high speed in the Logs tab of B4A IDE (when I uncheck the 'filter' checbox).
So I cannot use log without filter since my computer hang until I disconnect USB.
I tried to uninstall, stop or pause some applications also tried to disable wi-fi and phone without result.
Any idea on how to stop this?
Serge
I have a low cost tablet "DuoDuoGo" issuing endlessly messages at high speed in the Logs tab of B4A IDE (when I uncheck the 'filter' checbox).
So I cannot use log without filter since my computer hang until I disconnect USB.
It looks like that come from com.mediatek using GCM (Google Cloud Messaging).android.intent.action.BOOT_COMPLETED
Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:889 android.content.ContextWrapper.sendBroadcast:421 android.content.ContextWrapper.sendBroadcast:421 com.mediatek.settings.RestoreRotationReceiver.onReceive:79 android.app.ActivityThread.handleReceiver:3100
Broadcast: Intent { act=android.intent.action.BOOT_COMPLETED flg=0x9000010 cmp=com.android.settings/com.mediatek.settings.RestoreRotationReceiver (has extras) } ordered=false userid=0 callerApp=ProcessRecord{3598976 2175:com.android.settings/1000}
BDC-Calling onReceive: intent=Intent { act=android.intent.action.BOOT_COMPLETED flg=0x9000010 cmp=com.android.settings/com.mediatek.settings.RestoreRotationReceiver (has extras) }, receiver=com.mediatek.settings.RestoreRotationReceiver@53d9684
I tried to uninstall, stop or pause some applications also tried to disable wi-fi and phone without result.
Any idea on how to stop this?
Serge