Searched refs:DebugLogUtils (Results 1 – 7 of 7) sorted by relevance
32 import com.android.inputmethod.latin.utils.DebugLogUtils;112 DebugLogUtils.l("Downloading word list"); in execute()189 DebugLogUtils.l("Setting word list as installed"); in execute()223 DebugLogUtils.l("Enabling word list"); in execute()258 DebugLogUtils.l("Disabling word list : " + mWordList); in execute()306 DebugLogUtils.l("Making word list available : " + mWordList); in execute()356 DebugLogUtils.l("Marking word list preinstalled : " + mWordList); in execute()446 DebugLogUtils.l("Trying to remove word list : " + mWordList); in execute()517 DebugLogUtils.l("Trying to delete word list : " + mWordList); in execute()556 DebugLogUtils.l("Trying to delete word list : " + mWordList); in execute()[all …]
45 import com.android.inputmethod.latin.utils.DebugLogUtils;232 DebugLogUtils.l("Request =", metadataRequest); in updateClientsWithMetadataUri()529 DebugLogUtils.l("Data D/L'd is a word list"); in handleDownloadedFile()591 DebugLogUtils.l("Entering handleMetadata"); in handleMetadata()685 DebugLogUtils.l("Copying files"); in copyFile()687 DebugLogUtils.l("Not the right types"); in copyFile()696 DebugLogUtils.l("Won't work"); in copyFile()711 DebugLogUtils.l("Falling back to slow copy"); in copyFileFallback()726 DebugLogUtils.l("Entering openTempFileOutput"); in getTempFileName()729 DebugLogUtils.l("File name is", f.getName()); in getTempFileName()[all …]
35 import com.android.inputmethod.latin.utils.DebugLogUtils;228 DebugLogUtils.l("Uri =", uri); in query()236 DebugLogUtils.l("List of dictionaries with count", c.getCount()); in query()
29 import com.android.inputmethod.latin.utils.DebugLogUtils;886 DebugLogUtils.l("Missing parameter for updateClientInfo"); in updateClientInfo()891 DebugLogUtils.l("Received an updateClientInfo request for ", clientId, in updateClientInfo()964 DebugLogUtils.l("Ended processing a wordlist"); in markEntryAsFinishedDownloadingAndInstalled()986 DebugLogUtils.l("Setting for removal", c.getString(filenameIndex)); in markEntryAsFinishedDownloadingAndInstalled()
26 public final class DebugLogUtils { class27 private final static String TAG = DebugLogUtils.class.getSimpleName();
301 + "\n" + DebugLogUtils.getStackTrace()); in getSubtypeDisplayNameInternal()
42 import com.android.inputmethod.latin.utils.DebugLogUtils;187 Log.e(TAG, DebugLogUtils.getStackTrace(2)); in checkConsistencyForDebug()279 Log.e(TAG, DebugLogUtils.getStackTrace(4)); in checkBatchEdit()