Be consistent with log tags

They are private and just the class name everywhere else.
This commit is contained in:
Daniel Martí 2015-10-02 16:18:38 -07:00
parent 34ac244fdf
commit fd48b504c8

View File

@ -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;