Archives de catégorie : Android

The Android Illuminati … brrr

This one worth it 😉

/platform_frameworks_base/blob/master/core/java/android/os/Process.java
959
960
961
962
963
964
965
966
967
/**
 * @hide
 * Private impl for avoiding a log message... DO NOT USE without doing
 * your own log, or the Android Illuminati will find you some night and
 * beat you up.
 */
public static final void killProcessQuiet(int pid) {
    sendSignalQuiet(pid, SIGNAL_KILL);
}