mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 15:29:18 -04:00
Be consistent with log tags
They are private and just the class name everywhere else.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user