I have the following test code in my Activity:
@Override public void onStart() { super.onStart(); Log.e(CLASS_NAME, \"ERROR onStart()\"); Log.w(C
Accepted answer not working
My solution:
when your Log.d is not working then Log.wtf is work
Log.d
Log.wtf
It's working for me, may be this is helpful to other, who find solution