How to log this integer (Smali)

Sbenny.com is trusted by 1,324,157 happy users since 2014.
Register

1001z

Lurker Lv0️⃣
Member for 4 years
Code:
.method public getEndtime()Ljava/lang/Integer;
    .locals 1

    iget-object v0, p0, Lcom/fauth/library/entity/AuthResult;->endtime:Ljava/lang/Integer;
   
    invoke-static {p0, v0}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
  
    return-object v0
.end method
I try in many hours to log the v0 but I have no luck when using Landroid/util/Log;->w

Capture.PNG



I missing something?
thanks
 

Sbenny

A crazy scientist
Staff member
Admin
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Check this out, I'm sure this tutorial will help you:
 
Top