From 0f3189435e1ab7d29c84b8044d62d18b5e4fadad Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Tue, 17 Sep 2024 19:34:14 +0530 Subject: [PATCH] debug: stacktraces for android CI failure --- nix/mobile/android/build.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/mobile/android/build.nix b/nix/mobile/android/build.nix index 303cd92f89d9..58aefd1fd234 100644 --- a/nix/mobile/android/build.nix +++ b/nix/mobile/android/build.nix @@ -159,6 +159,7 @@ in stdenv.mkDerivation rec { --no-scan \ --no-watch-fs \ --no-build-cache \ + --stacktrace \ --parallel \ -Dmaven.repo.local='${deps.gradle}' \ -PreactNativeDevServerPort=${toString reactMetroPort} \