-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[36m[1minfo[22m[39m [0mA dev server is already running for this project on port 8081.[0m | ||
* daemon not running; starting now at tcp:5037 | ||
* daemon started successfully | ||
[36m[1minfo[22m[39m [0mLaunching emulator...[0m | ||
[31m[1merror[22m[39m [0mFailed to launch emulator. Reason: [2mThe emulator (INFO | Storing crashdata in: /tmp/android-osp/emu-crash-34.2.15.db, detection is enabled for process: 47155) quit before it finished opening. You can try starting the emulator manually from the terminal with: /Users/osp/Library/Android/sdk/emulator/emulator @INFO | Storing crashdata in: /tmp/android-osp/emu-crash-34.2.15.db, detection is enabled for process: 47155[22m.[0m | ||
[33m[1mwarn[22m[39m [0mPlease launch an emulator manually or connect a device. Otherwise app may fail to launch.[0m | ||
[36m[1minfo[22m[39m [0mInstalling the app...[0m | ||
Starting a Gradle Daemon (subsequent builds will be faster) | ||
|
||
|
||
[2A[1B[1m> Starting Daemon[m[17D[1B[1A> IDLE[0K[6D[1B[2A[1m<[0;1m-------------> 0% INITIALIZING [63ms][m[38D[2B[2A[1m<[0;1m-------------> 0% INITIALIZING [167ms][m[39D[2B[2A[1m<[0;1m-------------> 0% INITIALIZING [266ms][m[39D[1B[1m> Evaluating settings[m[21D[1B[2A[1m<[0;1m-------------> 0% INITIALIZING [363ms][m[39D[2B[2A[1m<[0;1m-------------> 0% INITIALIZING [468ms][m[39D[2B[2A[1m<[0;1m-------------> 0% INITIALIZING [563ms][m[39D[2B[2A[1m<[0;1m-------------> 0% INITIALIZING [667ms][m[39D[2B[2A[1m<[0;1m-------------> 0% INITIALIZING [768ms][m[39D[2B[2A[1m<[0;1m-------------> 0% INITIALIZING [868ms][m[39D[2B[2A[1m<[0;1m-------------> 0% INITIALIZING [968ms][m[39D[2B[2A[1m<[0;1m-------------> 0% INITIALIZING [1s][m[0K[36D[2B[1A[1m> Evaluating settings > Resolve dependencies of detachedConfiguration1[m[70D[1B[1A[1m> Evaluating settings[m[0K[21D[1B[2A[1m<[0;1m-------------> 0% INITIALIZING [2s][m[36D[2B[0m[?12l[?25h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.6/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation. | ||
[0m[?12l[?25h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
JAVA_OPTS=-XX:MaxHeapSize=6g yarn turbo run android --cache-dir="${{ env.TURBO_CACHE_DIR }}" | ||
JAVA_OPTS=-XX:MaxHeapSize=6g yarn turbo run android --cache-dir=.turbo/android | ||
node ./scripts/poll-in-app-server.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters