-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getApp_ConfigSpPath ()Ljava/lang/String; in cn.kuwo.base.config.ConfMMKVMgrImpl: inconsistent stack height Index -1 out of bounds for length 6 #42
Comments
DroidAssist: Build failed with an exception: post ([BLjava/io/File;Ljava/lang/String;Lcom/qiniu/android/storage/UpToken;Lcom/qiniu/android/storage/UpCompletionHandler;Lcom/qiniu/android/storage/UploadOptions;Lcom/qiniu/android/http/Client;Lcom/qiniu/android/storage/Configuration;)V in com.qiniu.android.storage.FormUploader: inconsistent stack height Index -1 out of bounds for length 11 com.didichuxing.tools.droidassist.ex.DroidAssistBadStatementException: Transform failed for class: com.qiniu.android.storage.FormUploader with compile error: post ([BLjava/io/File;Ljava/lang/String;Lcom/qiniu/android/storage/UpToken;Lcom/qiniu/android/storage/UpCompletionHandler;Lcom/qiniu/android/storage/UploadOptions;Lcom/qiniu/android/http/Client;Lcom/qiniu/android/storage/Configuration;)V in com.qiniu.android.storage.FormUploader: inconsistent stack height Index -1 out of bounds for length 11 Caused by: javassist.bytecode.BadBytecode: inconsistent stack height Index -1 out of bounds for length 11 Caused by: javassist.bytecode.BadBytecode: post ([BLjava/io/File;Ljava/lang/String;Lcom/qiniu/android/storage/UpToken;Lcom/qiniu/android/storage/UpCompletionHandler;Lcom/qiniu/android/storage/UploadOptions;Lcom/qiniu/android/http/Client;Lcom/qiniu/android/storage/Configuration;)V in com.qiniu.android.storage.FormUploader: inconsistent stack height Index -1 out of bounds for length 11 Caused by: javassist.bytecode.BadBytecode: inconsistent stack height Index -1 out of bounds for length 11 Caused by: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 11 |
private String getApp_ConfigSpPath() { String spPath = App.getInstance().getDir("config", Context.MODE_PRIVATE).getAbsolutePath(); StringBuilder pathBuilder = new StringBuilder(spPath); if (!spPath.endsWith("/")) { pathBuilder.append('/'); } pathBuilder.append(App.getInstance().getPackageName()).append("_preferences.xml"); Log.d(TAG, String.format("getApp_ConfigSpPath path: %s", pathBuilder)); return pathBuilder.toString(); }
这样的代码被扫描到后,插件就报错
The text was updated successfully, but these errors were encountered: