Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view the error information of an app when I run the app in real android mobile?

Tags:

android

My app works well in the emulator of eclipse, and I can view many error information when I debug the app in the emulator.

After I finish testing my app, I installed the app in real android mobile samsung i8150 mobile (Android 2.3.6), but sometimes I get the following error.

I don't know what caused the error, how to view the error information of a crash app when I run the app in real android mobile ?

enter image description here

like image 601
HelloCW Avatar asked Dec 19 '22 21:12

HelloCW


1 Answers

Once the crash occurs connect the device and you can see the cause in your IDE Logcat.

like image 127
LoveMeSomeFood Avatar answered Jan 05 '23 00:01

LoveMeSomeFood