Skip to content

Commit

Permalink
Correct spelling mistake (Tencent#232)
Browse files Browse the repository at this point in the history
Correct spelling mistake
  • Loading branch information
h3r3x3 authored and shwenzhang committed Dec 6, 2016
1 parent d6f911c commit 0ed051c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class SampleTinkerReport {
public static final int KEY_LOADED_EXCEPTION_DEX = 252;
public static final int KEY_LOADED_EXCEPTION_DEX_CHECK = 253;
public static final int KEY_LOADED_EXCEPTION_RESOURCE = 254;
public static final int KEY_LOADED_EXCEPTION_RESOURCE_CEHCK = 255;
public static final int KEY_LOADED_EXCEPTION_RESOURCE_CHECK = 255;


public static final int KEY_LOADED_MISMATCH_DEX = 300;
Expand Down Expand Up @@ -328,7 +328,7 @@ public static void onLoadException(Throwable throwable, int errorCode) {
break;
case ShareConstants.ERROR_LOAD_EXCEPTION_RESOURCE:
if (throwable.getMessage().contains(ShareConstants.CHECK_RES_INSTALL_FAIL)) {
reporter.onReport(KEY_LOADED_EXCEPTION_RESOURCE_CEHCK);
reporter.onReport(KEY_LOADED_EXCEPTION_RESOURCE_CHECK);
isCheckFail = true;
TinkerLog.e(TAG, "tinker res check fail:" + throwable.getMessage());
} else {
Expand Down

0 comments on commit 0ed051c

Please sign in to comment.