-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: clean up settings.gradle file * fix: move creation of DBInsertionHandlerThread instance in saveEvent() As the crash is related to the queue, we attempted to remove the queue-related logic to prevent any hidden thread-related issues. Additionally, since we are now calling saveEvent from the executor in the repository class, we no longer need a separate executor for DBInsertionHandlerThread instance creation. * test: fix failing test cases
- Loading branch information
1 parent
9e5f4f0
commit 9251b68
Showing
4 changed files
with
10 additions
and
137 deletions.
There are no files selected for viewing
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
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
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
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,19 +1 @@ | ||
include ':sample-cdn', ':sample-kotlin', ':core', ':sample-segment-java', ':sample-kotlin-integration', ':dummy-impl', ':android-tv' | ||
//include(':web') | ||
//project(':web').projectDir = new File(rootDir, "../RudderAndroidLibs/web") | ||
//// | ||
//include(':rudderjsonadapter') | ||
//project(':rudderjsonadapter').projectDir = new File(rootDir, "../RudderAndroidLibs/rudderjsonadapter") | ||
//include(':gsonrudderadapter') | ||
//project(':gsonrudderadapter').projectDir = new File(rootDir, "../RudderAndroidLibs/gsonrudderadapter") | ||
//include(':moshirudderadapter') | ||
//project(':moshirudderadapter').projectDir = new File(rootDir, "../RudderAndroidLibs/moshirudderadapter") | ||
//include(':jacksonrudderadapter') | ||
//project(':jacksonrudderadapter').projectDir = new File(rootDir, "../RudderAndroidLibs/jacksonrudderadapter") | ||
//// | ||
//include(':repository') | ||
//project(':repository').projectDir = new File(rootDir, "../RudderAndroidLibs/repository") | ||
//// | ||
//include(':rudderreporter') | ||
//project(':rudderreporter').projectDir = new File(rootDir, "../RudderAndroidLibs/rudderreporter") | ||
|