android - Eclipse ADT produces infinite error messages in logcat when running on device -
i received following message when tried debug on android device after failed run. got message in console saying apk invalid, , check logcat more information. below logcat output , kept going. noticed android version on device , version on project different. right-clicked android file(the project set libgdx), properties -> android -> checked box same android version device. fixed problem.
i'm new android , know message means , why doesn't stop.
03-22 23:30:01.510: e/mtpservice(6009): in mtpapp onreceive:android.intent.action.battery_changed 03-22 23:30:01.510: e/mtpservice(6009): battplugged type : 2 03-22 23:30:11.570: e/mtpservice(6009): in mtpapp onreceive:android.intent.action.battery_changed 03-22 23:30:11.570: e/mtpservice(6009): battplugged type : 2 03-22 23:30:19.908: e/watchdog(2024): !@sync 108 03-22 23:30:21.600: e/mtpservice(6009): in mtpapp onreceive:android.intent.action.battery_changed 03-22 23:30:21.600: e/mtpservice(6009): battplugged type : 2 03-22 23:30:31.620: e/mtpservice(6009): in mtpapp onreceive:android.intent.action.battery_changed 03-22 23:30:31.620: e/mtpservice(6009): battplugged type : 2 03-22 23:30:41.669: e/mtpservice(6009): in mtpapp onreceive:android.intent.action.battery_changed 03-22 23:30:41.669: e/mtpservice(6009): battplugged type : 2 03-22 23:30:45.023: e/wifihw(2024): ##################### set firmware type 0 ##################### 03-22 23:30:45.854: e/wifihw(2024): ##################### set firmware type 0 ##################### 03-22 23:30:49.908: e/watchdog(2024): !@sync 109 03-22 23:30:51.769: e/mtpservice(6009): in mtpapp onreceive:android.intent.action.battery_changed 03-22 23:30:51.769: e/mtpservice(6009): battplugged type : 2
the logcat posted not belong application, log posted shows services , other applications running on device, have posted has nothing application.
here logcat documentation says:
logcat
the android logging system provides mechanism collecting , viewing system debug output. logs various applications , portions of system collected in series of circular buffers, can viewed , filtered logcat command. can use logcat adb shell view log messages.
for complete information logcat options , filtering specifications, see reading , writing logs.
for more information on accessing logcat ddms, instead of command line, see using ddms.
Comments
Post a Comment