Home | History | Annotate | Download | only in smali
      1 # Copyright 2016 The Android Open Source Project
      2 #
      3 # Licensed under the Apache License, Version 2.0 (the "License");
      4 # you may not use this file except in compliance with the License.
      5 # You may obtain a copy of the License at
      6 #
      7 #      http://www.apache.org/licenses/LICENSE-2.0
      8 #
      9 # Unless required by applicable law or agreed to in writing, software
     10 # distributed under the License is distributed on an "AS IS" BASIS,
     11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     12 # See the License for the specific language governing permissions and
     13 # limitations under the License.
     14 
     15 .class public LMain;
     16 
     17 .super Ljava/lang/Object;
     18 
     19 .method public static main([Ljava/lang/String;)V
     20     .locals 4
     21     const-string v0, "OK. No exception before invoke!"
     22     sget-object v1, Ljava/lang/System;->out:Ljava/io/PrintStream;
     23     invoke-virtual {v1, v0}, Ljava/io/PrintStream;->println(Ljava/lang/Object;)V
     24     :try_start
     25         invoke-static {}, LBase;->run()V
     26         const-string v0, "FAIL: no exception!"
     27         sget-object v1, Ljava/lang/System;->out:Ljava/io/PrintStream;
     28         invoke-virtual {v1, v0}, Ljava/io/PrintStream;->println(Ljava/lang/Object;)V
     29         goto :end
     30     :try_end
     31     .catch Ljava/lang/LinkageError; {:try_start .. :try_end} :end
     32     .catch Ljava/lang/Throwable; {:try_start .. :try_end} :error
     33     :error
     34         move-exception v0
     35         sget-object v1, Ljava/lang/System;->out:Ljava/io/PrintStream;
     36         invoke-virtual {v1, v0}, Ljava/io/PrintStream;->println(Ljava/lang/Object;)V
     37         invoke-virtual {v0}, Ljava/lang/Throwable;->printStackTrace()V
     38     :end
     39     return-void
     40 .end method
     41