logcat
Is there any way to automatically log the method name in Android?
I\'m using this kind of pattern: public class FooProvider extends ContentProvider { private static final String TAG = FooProvider.class.getSimpleName();[详细]
2023-03-24 07:31 分类:问答How can I extract events log from Android application?
I was able to extract main logs from Android application by using the following code: String[] LOGCAT_CMD = new String[] {[详细]
2023-03-23 17:17 分类:问答Cannot see debug output when running android emulator
I\'ve setup android in eclipse according 开发者_如何转开发to this tutorial. I downloaded the android sdk zip file from here and unzipped it to my c drive. Android sdk 2.3.3 api level 10 is installed a[详细]
2023-03-22 03:10 分类:问答Android Logcat not showing logs when I switch devices
I am trying to use Logcat to help diagnose my android issues. I frequently have a phone plugged in AND an emulator running. Sometimes I debug on the emulator, sometimes I debug on the phone, or maybe[详细]
2023-03-18 20:21 分类:问答How to view Garbage collector logs in android logcat
I need to view the Garbage Collector messages in logcat for the device. I dont get any messages with dalvik-vm tag in my logcat, when I am testing my app on device. But I get these messages when I am[详细]
2023-03-18 12:47 分类:问答Make ConsoleHandler output appear in logcat output
Is there anyway to make the output of ConsoleHandler appear in logcat? I have the following in the code[详细]
2023-03-17 16:50 分类:问答What types of leaks get reported in logcat and what other ways or tools do we have for finding leaks?
I\'m beginning Android development and I am concerned about leaks. I think thread leaks can get reported in logcat if memory serves. But what other types of leaks get reported by logcat? I have gotte[详细]
2023-03-16 00:03 分类:问答App working before, now its not. Log cat
My app was working just minutes before i implemented an onDestroy() feature. It didn\'t work so I got rid of it only to find that my app wont go past the splash screen. can somebody help? log cat belo[详细]
2023-03-15 04:57 分类:问答What could possibly explain this weird Log.v() behavior?
In a very short and simple LVL callback function, I have: public void applicationError(ApplicationErrorCode errorCode) {[详细]
2023-03-13 12:50 分类:问答Surfacelayer is not in the purgatory list
If I watch th开发者_高级运维e LogCat while I run my Android app I get the message SurfaceLayer is not in the purgatory list. The app doesn\'t crash, but it is there all the time and I want to fix it.[详细]
2023-03-11 15:17 分类:问答