1

When I debug my app, I can't look logcat in AS. Following is the error output.

06-02 18:20:55.861 7319-7319/org.zy.app W/Zygote: mz_is_rooted false
06-02 18:20:55.861 7319-7319/org.zy.app I/art: Late-enabling -Xcheck:jni
06-02 18:20:55.886 7319-7333/org.zy.app I/art: Debugger is no longer active
06-02 18:20:56.061 7319-7344/org.zy.app I/HAL: (hw_get_module_by_class[194]):MODULE load start ==> class_id = gralloc // path = /system/lib/hw/gralloc.exynos5.so 
06-02 18:20:56.066 7319-7344/org.zy.app I/OpenGLRenderer: Initialized EGL, version 1.4
06-02 18:20:56.111 7319-7344/org.zy.app I/HAL: (hw_get_module_by_class[194]):MODULE load start ==> class_id = gralloc // path = /system/lib/hw/gralloc.exynos5.so 
06-02 18:26:22.646 7319-7333/org.zy.app I/art: Debugger is no longer active
Maddy
  • 4,525
  • 4
  • 33
  • 53
cs_yale
  • 11
  • 1
  • I don't understand this cryptic error either, but you could try some of the answers to this question: http://stackoverflow.com/questions/16753939/not-able-to-debug-app-in-android-studio – Stilzk1n Jun 02 '16 at 11:44
  • @cs_yale, there is an attribute in the manifest file. android:debuggable=, check the value. It is possible that this might be false, if that is the case, then set it to true. – vibhor_shri Jun 02 '16 at 11:55

1 Answers1

0

Click line -fold line like this- edited (delete time and uid and package only error) -ok

Fortran
  • 2,218
  • 2
  • 27
  • 33