Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Natve Crash:copyToRealm #6645

Closed
JoyHong opened this issue Oct 25, 2019 · 4 comments
Closed

Natve Crash:copyToRealm #6645

JoyHong opened this issue Oct 25, 2019 · 4 comments

Comments

@JoyHong
Copy link

JoyHong commented Oct 25, 2019

#00 pc 000e7428 /data/app/com.juphoon.justalk-1/lib/arm/librealm-jni.so [armeabi-v7a::55155441c33d8f84962d86cc5f753406]
#1 pc 00191af9 /data/app/com.juphoon.justalk-1/lib/arm/librealm-jni.so [armeabi-v7a::55155441c33d8f84962d86cc5f753406]
#2 pc 00191cf1 /data/app/com.juphoon.justalk-1/lib/arm/librealm-jni.so [armeabi-v7a::55155441c33d8f84962d86cc5f753406]
#3 pc 00195643 /data/app/com.juphoon.justalk-1/lib/arm/librealm-jni.so [armeabi-v7a::55155441c33d8f84962d86cc5f753406]
#4 pc 0017a137 /data/app/com.juphoon.justalk-1/lib/arm/librealm-jni.so [armeabi-v7a::55155441c33d8f84962d86cc5f753406]
#5 pc 0006c64f /data/app/com.juphoon.justalk-1/lib/arm/librealm-jni.so [armeabi-v7a::55155441c33d8f84962d86cc5f753406]
#6 pc 0006d0a3 /data/app/com.juphoon.justalk-1/lib/arm/librealm-jni.so [armeabi-v7a::55155441c33d8f84962d86cc5f753406]
#7 pc 000a53df /data/app/com.juphoon.justalk-1/lib/arm/librealm-jni.so (Java_io_realm_internal_objectstore_OsObjectBuilder_nativeCreateOrUpdate+342) [armeabi-v7a::55155441c33d8f84962d86cc5f753406]
#8 pc 01328073 /data/dalvik-cache/arm/data@app@com.juphoon.justalk-1@base.apk@classes.dex (oatdata+20082803) [armeabi::2292b9ca8dd94425f823186a3d3a6955]
java:
io.realm.internal.objectstore.OsObjectBuilder.b(OsObjectBuilder.java:381)
io.realm.com_juphoon_justalk_calllog_CallLogRealmProxy.b(com_juphoon_justalk_calllog_CallLogRealmProxy.java:1157)
io.realm.com_juphoon_justalk_calllog_CallLogRealmProxy.a(com_juphoon_justalk_calllog_CallLogRealmProxy.java:1118)
io.realm.DefaultRealmModuleMediator.a(DefaultRealmModuleMediator.java:320)
io.realm.w.a(Realm.java:1700)
io.realm.w.a(Realm.java:1070)

@JoyHong JoyHong changed the title Natve Crash Natve Crash:copyToRealm Oct 25, 2019
@JoyHong
Copy link
Author

JoyHong commented Oct 25, 2019

Realm version: v5.13.1

@cmelchior
Copy link
Contributor

@JoyHong
What does your CallLog model class look like?

@JoyHong
Copy link
Author

JoyHong commented Nov 4, 2019

@PrimaryKey
private int logId;
@ignore
private int callId;
private String serverCallId;
private long timestamp;
private boolean incoming;
private int state;
private int type;
private boolean read;
private String uri;
private String uid;

// call log
private long startTime;
private long endTime;
private int reason;

private String name;

// im
private int msgId = -1;
private String content = "";
private String senderUid;
private String senderName;

private String imdnId;
private String userData;
private int progress;
private boolean processing;

@rorbech
Copy link
Contributor

rorbech commented Aug 19, 2020

Assuming that this is not relevant anymore. If not, please reopen with recent information.

@rorbech rorbech closed this as completed Aug 19, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants