Be consistent with log tags
They are private and just the class name everywhere else.
This commit is contained in:
parent
34ac244fdf
commit
fd48b504c8
@ -37,7 +37,7 @@ import java.lang.reflect.Method;
|
||||
*/
|
||||
public class PrivilegedService extends Service {
|
||||
|
||||
public static final String TAG = "PrivilegedFDroid";
|
||||
private static final String TAG = "PrivilegedService";
|
||||
|
||||
private Method mInstallMethod;
|
||||
private Method mDeleteMethod;
|
||||
|
Loading…
x
Reference in New Issue
Block a user