android - Huawei, logcat not showing the log for my app? -


ok, logcat showing system logs not showing application log on huawei ascend. if switch device such galaxy nexus or nexus 7 same app (same apk even) log displayed.

the huawei ascend running android 4.1.1, has usb debugging switched on in developer options. occurs logcat run either command line or intellij. , i'm making sure correct device selected - in fact i'm plugging single device in @ time. i've tried restarting adb, clearing it's buffer etc

i can see app starting on huawei, system logs showing activity has started. unlike on other devices no app log in activity#oncreate (or anywhere else).

08-08 20:55:44.050: info/windowmanager(431): switching real app window: window{41ae8780 au.com.xandar.wirelesstiming.timekeeper/au.com.xandar.wirelesstiming.timekeeper.timekeeperactivity paused=false} 08-08 20:55:44.180: info/activitymanager(431): displayed au.com.xandar.wirelesstiming.timekeeper/.timekeeperactivity: +387ms 

how can application log not getting delivered?

ok, since had huawei ascend ran same problem. time have exact answer. follow these instructions (from denispyr's answer on why doesn't logcat show in android?)

dial

*#*#2846579#*#* 

and see hidden menu. go project menu > background setting > log setting , define log availability (log switch) , level (log level setting).

and make sure restart phone.

please note applies huawei phones.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -