Home | History | Annotate | Download | only in watchlist

Lines Matching defs:Slog

35 import android.util.Slog;
125 Slog.e(TAG, "Msg.obj needs to be a Long object.");
129 Slog.d(TAG, "WatchlistLoggingHandler received an unknown of message.");
156 Slog.e(TAG, "Couldn't find package: " + packageNames);
198 Slog.i(TAG, "handleNetworkEvent with host: " + hostname + ", uid: " + uid);
208 Slog.i(TAG, "Do not log non-system user records");
225 Slog.i(TAG, "trying to insert record with host: " + cncHost + ", uid: " + uid);
230 Slog.i(TAG, "uid: " + uid + " is not test only package");
236 Slog.e(TAG, "Cannot get digest from uid: " + uid);
247 Slog.i(TAG, "Last report time is larger than current time, reset report");
259 Slog.i(TAG, "No need to aggregate record yet.");
262 Slog.i(TAG, "Start aggregating watchlist records.");
270 Slog.i(TAG, "Cannot get result from database");
283 Slog.w(TAG, "Network Watchlist dropbox tag is not enabled");
288 Slog.i(TAG, "Milliseconds spent on tryAggregateRecords(): " + (endTime - startTime));
311 Slog.e(TAG, "Cannot get digest from uid: " + apps.get(i).uid
341 Slog.w(TAG, "Cannot find apkPath for " + packageName);
346 Slog.e(TAG, "Should not happen", e);