Skip to content

Fatihprlg/f-tracer

Repository files navigation

f-tracer

A stack tracer and logger for unity game engine

Configuration

To configure F-Tracer settings, go to FTracer>Settings window from topbar.

image

image

Usage

Import the package in releases or clone repository and get package from Assets/Plugins folder and add it into your project.

Logger

For use logger use FLogger static class and its methods. image

image

Tracer

Tracer automatically initializes itself and calls HandleCrush method when exception occured. If you want call a method when HandleCrush, you can add event to OnExceptionRaised event.

image

If you configured mail settings, people thoose in your mail list, will recieve a mail that includes stack trace and last log file.

image

Dependencies

If you use firebase extensions you will need two packages:

  • Firebase Analytics (if use firebase logger)
  • Firebase Crushlytics (if use firebase logger)

Otherwise you can delete firebase extensions from project.

About

A stack tracer and logger for unity game engine

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages