sunzhibindev

Results 3 issues of sunzhibindev

# rhea_config.py `ATRACE_APP_GZ_FILE_LOCATION = "/sdcard/Android/data/%s/files/rhea-trace/"` remove: > # TraceSwitch.java static File getRheaTraceDir(Context context) { final String packageName = context.getPackageName(); File externalFilesDir; if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.FROYO) { externalFilesDir = context.getExternalFilesDir(""); }...

### Version all ### Platforms Android ### Device Model android ### flutter info ```sh -- ``` ### How to reproduce? flutter 出现拉起失败时,回调错误码600002 ```java AuthClitent.getLoginToken() //方法中低255行 || ResultCode.MSG_ERROR_START_AUTHPAGE_FAIL.equals(tokenRet.getCode())) { // 判断错误,应该用CODE_ERROR_START_AUTHPAGE_FAIL...