File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
objectbox-java/src/main/java/io/objectbox
tests/objectbox-java-test/src/test/java/io/objectbox Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -136,11 +136,6 @@ public static String getVersionNative() {
136
136
return nativeGetVersion ();
137
137
}
138
138
139
- /**
140
- * Diagnostics: If this method crashes on a device, please send us the logcat output.
141
- */
142
- public static native void testUnalignedMemoryAccess ();
143
-
144
139
/**
145
140
* Creates a native BoxStore instance with FlatBuffer {@link io.objectbox.model.FlatStoreOptions} {@code options}
146
141
* and a {@link ModelBuilder} {@code model}. Returns the handle of the native store instance.
Original file line number Diff line number Diff line change 35
35
36
36
public class BoxStoreTest extends AbstractObjectBoxTest {
37
37
38
- @ Test
39
- public void testUnalignedMemoryAccess () {
40
- BoxStore .testUnalignedMemoryAccess ();
41
- }
42
-
43
38
@ Test
44
39
public void testEmptyTransaction () {
45
40
Transaction transaction = store .beginTx ();
You can’t perform that action at this time.
0 commit comments