DroidAssist icon indicating copy to clipboard operation
DroidAssist copied to clipboard

getApp_ConfigSpPath ()Ljava/lang/String; in cn.kuwo.base.config.ConfMMKVMgrImpl: inconsistent stack height Index -1 out of bounds for length 6

Open coolstar1204 opened this issue 4 months ago • 1 comments

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(); }

这样的代码被扫描到后,插件就报错

coolstar1204 avatar Feb 27 '24 03:02 coolstar1204