Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Huawei Ideos - LogCat not responding

Tags:

I have a Huawei Ideos X3, which is supposedly properly connected through usb (driver was installed, and no yellow exclamation mark on device manager). I can install and run my Apps through Eclipse, however i don't get any response on LogCat. So i cannot have any feedback for debugging... Anyone has a clue..? Thanks!

like image 428
koul7 Avatar asked Aug 02 '12 13:08

koul7


People also ask

How do I remove Dumpstate Logcat from Huawei?

Some of the methods are listed below, use what works best for you. Open the phone dialer, dial *#9900# and select the 2nd option “Delete dumpstate/logcat” in the prompted menu. Select ok to 'Delete Dump' and hit exit. This will restore heaps of storage space by deleting all the log files in the device memory.

What is Logcat file in Android?

Logcat is a command-line tool that dumps a log of system messages, including stack traces when the device throws an error and messages that you have written from your app with the Log class. This page is about the command-line logcat tool, but you can also view log messages from the Logcat window in Android Studio.


1 Answers

To enable logging on Huawei Blaze (U8510) (rebadged Ideos X3):

  • dial *#*#2846579#*#*
  • select 'ProjectMenu'
  • select 'Background Setting'
  • select 'Log Setting'
  • select 'Log Switch'
  • enable 'LOG on'
  • Select 'Log level setting'
  • enable 'DEBUG'
  • Press the 'Back' key
  • select 'Dump and Log'
  • enable 'Open Dump and Log'
  • Press 'Back' key 5 times to return to home screen.
  • Reboot the phone.
  • LogCat should now work.
like image 51
Keith Avatar answered Nov 15 '22 12:11

Keith