mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 14:55:48 +00:00
c5c04807d4
Default Gradle test logging only prints the exception class name + one stack frame for a failing test, not its message or cause chain - that's exactly what happened debugging RealTronTransactionServiceTest's InvalidTestClassError just now (console showed nothing beyond the bare exception type). Not useful for anyone hitting a real test failure in CI without a local Gradle run to inspect the HTML report.