문제

I am a beginner in Android Development. When I run my app in emulator ,i can see logs of my app in Logcat. But when I run the same app in android device, No logs filed in Catlog app. Can anyone tell me what i have missed here?

도움이 되었습니까?

해결책

For security reasons, apps can only read their own logs starting from 4.1 on an unrooted device:

https://code.google.com/p/android/issues/detail?id=34792

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top