docs: record current engineering review and UI verification
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
Starting a Gradle Daemon (subsequent builds will be faster)
|
||||
> Task :app:preBuild UP-TO-DATE
|
||||
> Task :app:preDebugBuild UP-TO-DATE
|
||||
> Task :app:checkKotlinGradlePluginConfigurationErrors SKIPPED
|
||||
> Task :app:dataBindingMergeDependencyArtifactsDebug UP-TO-DATE
|
||||
> Task :app:generateDebugResValues UP-TO-DATE
|
||||
> Task :app:generateDebugResources UP-TO-DATE
|
||||
> Task :app:mergeDebugResources UP-TO-DATE
|
||||
> Task :app:packageDebugResources UP-TO-DATE
|
||||
> Task :app:parseDebugLocalResources UP-TO-DATE
|
||||
> Task :app:dataBindingGenBaseClassesDebug UP-TO-DATE
|
||||
> Task :app:generateDebugBuildConfig UP-TO-DATE
|
||||
> Task :app:checkDebugAarMetadata UP-TO-DATE
|
||||
> Task :app:mapDebugSourceSetPaths UP-TO-DATE
|
||||
> Task :app:createDebugCompatibleScreenManifests
|
||||
> Task :app:extractDeepLinksDebug UP-TO-DATE
|
||||
> Task :app:processDebugMainManifest
|
||||
> Task :app:processDebugManifest
|
||||
> Task :app:javaPreCompileDebug UP-TO-DATE
|
||||
> Task :app:preDebugUnitTestBuild UP-TO-DATE
|
||||
> Task :app:javaPreCompileDebugUnitTest UP-TO-DATE
|
||||
> Task :app:preDebugAndroidTestBuild SKIPPED
|
||||
> Task :app:generateDebugAndroidTestResValues UP-TO-DATE
|
||||
> Task :app:extractProguardFiles UP-TO-DATE
|
||||
> Task :app:processDebugManifestForPackage
|
||||
> Task :app:processDebugResources
|
||||
> Task :app:kspDebugKotlin UP-TO-DATE
|
||||
> Task :app:compileDebugKotlin UP-TO-DATE
|
||||
> Task :app:compileDebugJavaWithJavac UP-TO-DATE
|
||||
> Task :app:hiltAggregateDepsDebug UP-TO-DATE
|
||||
> Task :app:hiltJavaCompileDebug UP-TO-DATE
|
||||
> Task :app:transformDebugClassesWithAsm UP-TO-DATE
|
||||
> Task :app:processDebugJavaRes UP-TO-DATE
|
||||
> Task :app:bundleDebugClassesToCompileJar UP-TO-DATE
|
||||
> Task :app:bundleDebugClassesToRuntimeJar
|
||||
> Task :app:generateDebugAndroidTestLintModel
|
||||
> Task :app:generateDebugLintReportModel
|
||||
> Task :app:generateDebugUnitTestLintModel
|
||||
> Task :app:kspDebugUnitTestKotlin
|
||||
> Task :app:compileDebugUnitTestKotlin
|
||||
> Task :app:compileDebugUnitTestJavaWithJavac NO-SOURCE
|
||||
> Task :app:hiltAggregateDepsDebugUnitTest UP-TO-DATE
|
||||
> Task :app:hiltJavaCompileDebugUnitTest NO-SOURCE
|
||||
> Task :app:processDebugUnitTestJavaRes UP-TO-DATE
|
||||
> Task :app:transformDebugUnitTestClassesWithAsm
|
||||
> Task :app:testDebugUnitTest
|
||||
> Task :app:lintAnalyzeDebugUnitTest
|
||||
> Task :app:lintAnalyzeDebugAndroidTest
|
||||
> Task :app:lintAnalyzeDebug
|
||||
|
||||
> Task :app:lintReportDebug
|
||||
Wrote HTML report to file:///Users/hanqiu/Desktop/KIOSK/app/build/reports/lint-results-debug.html
|
||||
Lint found 4 errors, 329 warnings and 8 hints. First failure:
|
||||
/Users/hanqiu/Desktop/KIOSK/app/src/main/AndroidManifest.xml: Error: When targeting Android 13 or higher, posting a permission requires holding the POST_NOTIFICATIONS permission (usage from com.bumptech.glide.request.target.NotificationTarget) [NotificationPermission]
|
||||
|
||||
|
||||
> Task :app:lintDebug FAILED
|
||||
Lint found 4 errors, 329 warnings, 8 hints. First failure:
|
||||
|
||||
/Users/hanqiu/Desktop/KIOSK/app/src/main/AndroidManifest.xml: Error: When targeting Android 13 or higher, posting a permission requires holding the POST_NOTIFICATIONS permission (usage from com.bumptech.glide.request.target.NotificationTarget) [NotificationPermission]
|
||||
|
||||
Explanation for issues of type "NotificationPermission":
|
||||
When targeting Android 13 and higher, posting permissions requires holding
|
||||
the runtime permission android.permission.POST_NOTIFICATIONS.
|
||||
|
||||
|
||||
The full lint text report is located at:
|
||||
/Users/hanqiu/Desktop/KIOSK/app/build/intermediates/lint_intermediate_text_report/debug/lintReportDebug/lint-results-debug.txt
|
||||
|
||||
FAILURE: Build failed with an exception.
|
||||
|
||||
* What went wrong:
|
||||
Execution failed for task ':app:lintDebug'.
|
||||
> Lint found errors in the project; aborting build.
|
||||
|
||||
Fix the issues identified by lint, or create a baseline to see only new errors.
|
||||
To create a baseline, run `gradlew updateLintBaseline` after adding the following to the module's build.gradle file:
|
||||
```
|
||||
android {
|
||||
lint {
|
||||
baseline = file("lint-baseline.xml")
|
||||
}
|
||||
}
|
||||
```
|
||||
For more details, see https://developer.android.com/studio/write/lint#snapshot
|
||||
|
||||
Lint found 4 errors, 329 warnings, 8 hints. First failure:
|
||||
|
||||
/Users/hanqiu/Desktop/KIOSK/app/src/main/AndroidManifest.xml: Error: When targeting Android 13 or higher, posting a permission requires holding the POST_NOTIFICATIONS permission (usage from com.bumptech.glide.request.target.NotificationTarget) [NotificationPermission]
|
||||
|
||||
Explanation for issues of type "NotificationPermission":
|
||||
When targeting Android 13 and higher, posting permissions requires holding
|
||||
the runtime permission android.permission.POST_NOTIFICATIONS.
|
||||
|
||||
|
||||
The full lint text report is located at:
|
||||
/Users/hanqiu/Desktop/KIOSK/app/build/intermediates/lint_intermediate_text_report/debug/lintReportDebug/lint-results-debug.txt
|
||||
|
||||
* Try:
|
||||
> Run with --stacktrace option to get the stack trace.
|
||||
> Run with --info or --debug option to get more log output.
|
||||
> Run with --scan to get full insights.
|
||||
> Get more help at https://help.gradle.org.
|
||||
|
||||
BUILD FAILED in 31s
|
||||
43 actionable tasks: 18 executed, 25 up-to-date
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,19 @@
|
||||
# 单元测试结果(2026-09-20)
|
||||
|
||||
来源:本次 :app:testDebugUnitTest 生成的 JUnit XML。
|
||||
|
||||
| 测试类 | 用例 | 失败 | 错误 | 跳过 |
|
||||
| --- | ---: | ---: | ---: | ---: |
|
||||
| com.yzx.kiosk.ExampleUnitTest | 1 | 0 | 0 | 0 |
|
||||
| com.yzx.kiosk.audio.LocalAudioRouteTest | 4 | 0 | 0 | 0 |
|
||||
| com.yzx.kiosk.navigation.routes.AppRoutesTest | 3 | 0 | 0 | 0 |
|
||||
| com.yzx.kiosk.network.service.FaceSearchUrlTest | 4 | 0 | 0 | 0 |
|
||||
| com.yzx.kiosk.network.service.RecentPhotosServiceTest | 2 | 0 | 0 | 0 |
|
||||
| com.yzx.kiosk.ui.face.resource.FaceCaptureFileStoreTest | 2 | 0 | 0 | 0 |
|
||||
| com.yzx.kiosk.ui.face.resource.FaceResourceHelpersTest | 2 | 0 | 0 | 0 |
|
||||
| com.yzx.kiosk.ui.face.viewmodel.FacePayStatusDecisionTest | 7 | 0 | 0 | 0 |
|
||||
| com.yzx.kiosk.ui.face.viewmodel.FacePurchaseTest | 11 | 0 | 0 | 0 |
|
||||
| com.yzx.kiosk.ui.face.viewmodel.RecentPhotosLoaderTest | 4 | 0 | 0 | 0 |
|
||||
| com.yzx.kiosk.websocket.PurchaseCompletedMessageTest | 4 | 0 | 0 | 0 |
|
||||
|
||||
总计:44 项,失败 0,错误 0,跳过 0。
|
||||
Reference in New Issue
Block a user