linux - Logcat show invisible messages in Eclipse Mars -


my pc running on debian jessie & logcat's messages invisible on eclipse mars. tried solution here, no help. now?

screenshot

---------- update ----------

i tried followings:

  1. change logcat/ddms's metadata settings in com.android.ide.eclipse.ddms.prefs file.
  2. don't use gtk3 export swt_gtk3=0

but both failed fix situation.

i had similar problem (eclipse mars on arch linux) , turned out gtk issue. solution add following 2 lines

--launcher.gtk_version 2 

in eclipse.ini right before the

--launcher.appendvmargs 

line, explained in https://bbs.archlinux.org/viewtopic.php?id=200053 note location of eclipse.ini distro specific (in case under /usr/lib/eclipse) , multiple copies of file in different directories can override same setting, make sure adding lines in right place.


Comments

Popular posts from this blog

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -