Fixed
Status Update
Comments
au...@google.com <au...@google.com> #2
Stream closed Note: reloading the sqlite native file: /tmp/room-9fb31bda-f399-4917-9613-dc03ee14f784/sqlite-3.25.2-3eea09fb-cb59-4c71-89eb-db927c59de61-libsqlitejdbc.so Note: reloading the sqlite native file: /tmp/room-9fb31bda-f399-4917-9613-dc03ee14f784/sqlite-3.25.2-14b51eea-f9c4-4b23-b94b-dbf6a4e61158-libsqlitejdbc.so
yb...@google.com <yb...@google.com>
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-master-dev
commit d8a14e6b32aedbbf9c53105ebc40fad702a70277
Author: Yigit Boyar <yboyar@google.com>
Date: Mon Dec 30 17:14:52 2019
copy new native libs if they are loaded in another classloader
This is an attemp to fix b/146061836 by copying sqlite native
libraries into another temp folder so that we can load them
as if they are different classes.
I cannot reproduce the issue locally (the stress test that was
created for the previous issue passes now) but this is worth
a try. ¯\_(ツ)_/¯
Bug: 146061836
Test: n/a
Change-Id: I2492a48f866386702e19478114ebee47d3f08760
M room/compiler/src/main/kotlin/androidx/room/verifier/DatabaseVerifier.kt
https://android-review.googlesource.com/1199535
Branch: androidx-master-dev
commit d8a14e6b32aedbbf9c53105ebc40fad702a70277
Author: Yigit Boyar <yboyar@google.com>
Date: Mon Dec 30 17:14:52 2019
copy new native libs if they are loaded in another classloader
This is an attemp to fix
libraries into another temp folder so that we can load them
as if they are different classes.
I cannot reproduce the issue locally (the stress test that was
created for the previous issue passes now) but this is worth
a try. ¯\_(ツ)_/¯
Bug: 146061836
Test: n/a
Change-Id: I2492a48f866386702e19478114ebee47d3f08760
M room/compiler/src/main/kotlin/androidx/room/verifier/DatabaseVerifier.kt
Description