Skip to content

Instantly share code, notes, and snippets.

@PrashamTrivedi
Last active January 20, 2017 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PrashamTrivedi/ac823b4413c8ef46f5c82e65af1cec58 to your computer and use it in GitHub Desktop.
Save PrashamTrivedi/ac823b4413c8ef46f5c82e65af1cec58 to your computer and use it in GitHub Desktop.

Using: Android Studio 2.2 beta 5.

Tip: Go to logcat > Edit Filter Configuration > Create a new one or update an existing > Enter below value in Log Tag> Check Regex Checkbox

Devices

Vivo - ^(?!.*(MALI|FeatureProxyBase|STATUSBAR_DEBUG|Surface|GraphicBuffer|OpenGLRenderer|MaliEGL|NativeCrypto|InputMethodManager|OpenSSLLib|Proxy|Posix|MPlugin|jianghong|ViewRootImpl|libc-netbsd|PhoneWindow)).*$

Gionee (Added Vivo Tags for safety) - ^(?!.*(MALI|FeatureProxyBase|STATUSBAR_DEBUG|Surface|GraphicBuffer|OpenGLRenderer|MaliEGL|NativeCrypto|InputMethodManager|OpenSSLLib|Proxy|Posix|MPlugin|jianghong|ViewRootImpl|libc-netbsd|PhoneWindow|ADB_SERVICES|SensorService|SignalClusterView|NetworkController|BatteryService|wpa_supplicant|WifiHW|WifiStateMachine|Tethering|wifi2agps|agps|SettingsInterface|WifiAutoJoinController|ActivityThread)).*$

Contribute

  • Add A new device - Add new line below existing one.
  • Update existing - Just update current device along with date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment